home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / src / dmake / dmake_str.h < prev    next >
C/C++ Source or Header  |  1993-01-10  |  4KB  |  169 lines

  1. #ifndef DMAKE_STR_H
  2. #define DMAKE_STR_H
  3.  
  4.  
  5. /****************************************************************************/
  6.  
  7.  
  8. /* This file was created automatically by CatComp.
  9.  * Do NOT edit by hand!
  10.  */
  11.  
  12.  
  13. #ifndef EXEC_TYPES_H
  14. #include <exec/types.h>
  15. #endif
  16.  
  17.  
  18. /****************************************************************************/
  19.  
  20.  
  21. #define MSG_0000 0
  22. #define MSG_0000_STR "bad variable spec in command list for %s"
  23.  
  24. #define MSG_0001 1
  25. #define MSG_0001_STR "    %s\n"
  26.  
  27. #define MSG_0002 2
  28. #define MSG_0002_STR "maximum recursion reached in WildConvert"
  29.  
  30. #define MSG_0003 3
  31. #define MSG_0003_STR "DMAKE Done.\n"
  32.  
  33. #define MSG_0004 4
  34. #define MSG_0004_STR "All Targets up to date.\n"
  35.  
  36. #define MSG_0005 5
  37. #define MSG_0005_STR "Bad ToolType: %s"
  38.  
  39. #define MSG_0006 6
  40. #define MSG_0006_STR "Ignore"
  41.  
  42. #define MSG_0007 7
  43. #define MSG_0007_STR "Abort"
  44.  
  45. #define MSG_0008 8
  46. #define MSG_0008_STR "Expected argument to command line option"
  47.  
  48. #define MSG_0009 9
  49. #define MSG_0009_STR "Unable to find %s"
  50.  
  51. #define MSG_0010 10
  52. #define MSG_0010_STR "Unable to open %s"
  53.  
  54. #define MSG_0011 11
  55. #define MSG_0011_STR "Expected a symbol!"
  56.  
  57. #define MSG_0012 12
  58. #define MSG_0012_STR "%d items on the left, %d on the right of colon!"
  59.  
  60. #define MSG_0013 13
  61. #define MSG_0013_STR "Variable %s does not exist"
  62.  
  63. #define MSG_0014 14
  64. #define MSG_0014_STR "Bad variable specification after name"
  65.  
  66. #define MSG_0015 15
  67. #define MSG_0015_STR "Bad variable replacement spec: %c"
  68.  
  69. #define MSG_0016 16
  70. #define MSG_0016_STR "Too many levels of variable recursion"
  71.  
  72. #define MSG_0017 17
  73. #define MSG_0017_STR "newline in control string"
  74.  
  75. #define MSG_0018 18
  76. #define MSG_0018_STR "Symbol overflow: %s"
  77.  
  78. #define MSG_0019 19
  79. #define MSG_0019_STR "Expected closing quote"
  80.  
  81. #define MSG_0020 20
  82. #define MSG_0020_STR "Unexpected token"
  83.  
  84. #define MSG_0021 21
  85. #define MSG_0021_STR "Fatal"
  86.  
  87. #define MSG_0022 22
  88. #define MSG_0022_STR "Warning"
  89.  
  90. #define MSG_0023 23
  91. #define MSG_0023_STR "Debug"
  92.  
  93. #define MSG_0024 24
  94. #define MSG_0024_STR "%s: %s Line %d:"
  95.  
  96. #define MSG_0025 25
  97. #define MSG_0025_STR "Unable to makedir %s\n"
  98.  
  99. #define MSG_0026 26
  100. #define MSG_0026_STR "Unable to write %s\n"
  101.  
  102. #define MSG_0027 27
  103. #define MSG_0027_STR "Unable to cd %s\n"
  104.  
  105. #define MSG_0028 28
  106. #define MSG_0028_STR "%s\n\r"
  107.  
  108. #define MSG_0029 29
  109. #define MSG_0029_STR "Exit code %d %s\n"
  110.  
  111. #define MSG_0030 30
  112. #define MSG_0030_STR "(Ignored)"
  113.  
  114.  
  115. /****************************************************************************/
  116.  
  117.  
  118. #ifdef STRINGARRAY
  119.  
  120. struct AppString
  121. {
  122.     LONG   as_ID;
  123.     STRPTR as_Str;
  124. };
  125.  
  126. struct AppString AppStrings[] =
  127. {
  128.     {MSG_0000,(STRPTR)MSG_0000_STR},
  129.     {MSG_0001,(STRPTR)MSG_0001_STR},
  130.     {MSG_0002,(STRPTR)MSG_0002_STR},
  131.     {MSG_0003,(STRPTR)MSG_0003_STR},
  132.     {MSG_0004,(STRPTR)MSG_0004_STR},
  133.     {MSG_0005,(STRPTR)MSG_0005_STR},
  134.     {MSG_0006,(STRPTR)MSG_0006_STR},
  135.     {MSG_0007,(STRPTR)MSG_0007_STR},
  136.     {MSG_0008,(STRPTR)MSG_0008_STR},
  137.     {MSG_0009,(STRPTR)MSG_0009_STR},
  138.     {MSG_0010,(STRPTR)MSG_0010_STR},
  139.     {MSG_0011,(STRPTR)MSG_0011_STR},
  140.     {MSG_0012,(STRPTR)MSG_0012_STR},
  141.     {MSG_0013,(STRPTR)MSG_0013_STR},
  142.     {MSG_0014,(STRPTR)MSG_0014_STR},
  143.     {MSG_0015,(STRPTR)MSG_0015_STR},
  144.     {MSG_0016,(STRPTR)MSG_0016_STR},
  145.     {MSG_0017,(STRPTR)MSG_0017_STR},
  146.     {MSG_0018,(STRPTR)MSG_0018_STR},
  147.     {MSG_0019,(STRPTR)MSG_0019_STR},
  148.     {MSG_0020,(STRPTR)MSG_0020_STR},
  149.     {MSG_0021,(STRPTR)MSG_0021_STR},
  150.     {MSG_0022,(STRPTR)MSG_0022_STR},
  151.     {MSG_0023,(STRPTR)MSG_0023_STR},
  152.     {MSG_0024,(STRPTR)MSG_0024_STR},
  153.     {MSG_0025,(STRPTR)MSG_0025_STR},
  154.     {MSG_0026,(STRPTR)MSG_0026_STR},
  155.     {MSG_0027,(STRPTR)MSG_0027_STR},
  156.     {MSG_0028,(STRPTR)MSG_0028_STR},
  157.     {MSG_0029,(STRPTR)MSG_0029_STR},
  158.     {MSG_0030,(STRPTR)MSG_0030_STR},
  159. };
  160.  
  161.  
  162. #endif /* STRINGARRAY */
  163.  
  164.  
  165. /****************************************************************************/
  166.  
  167.  
  168. #endif /* DMAKE_STR_H */
  169.